github.com/oapi-codegen/runtime.fieldOrValue.fields (field)
12 uses
github.com/oapi-codegen/runtime (current package)
deepobject.go#L92: fields map[string]fieldOrValue
deepobject.go#L99: f.fields[fieldName] = fieldOrValue{value: value}
deepobject.go#L103: pv, found := f.fields[fieldName]
deepobject.go#L106: fields: make(map[string]fieldOrValue),
deepobject.go#L108: f.fields[fieldName] = pv
deepobject.go#L116: fields: make(map[string]fieldOrValue),
deepobject.go#L205: for key, value := range pathValues.fields {
deepobject.go#L217: sliceLength := len(pathValues.fields)
deepobject.go#L278: for _, fieldName := range sortedFieldOrValueKeys(pathValues.fields) {
deepobject.go#L279: fieldValue := pathValues.fields[fieldName]
deepobject.go#L339: nValues := len(pathValues.fields)
deepobject.go#L344: fv, found := pathValues.fields[indexStr]
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |